Platform Explorer / Nuxeo Platform LTS 2017 9.10

Contribution org.nuxeo.ecm.platform.annotations.transactional.filter.config--filterConfig

This contribution is part of XML component org.nuxeo.ecm.platform.annotations.transactional.filter.config inside nuxeo-annot-http-9.10.jar /OSGI-INF/annotations-transactional-contrib.xml

Extension Point

Extension point filterConfig of component RequestControllerService.

Contributed Items

  • <filterConfig name="AnnotationsTransactional" synchonize="false" transactional="true">
          <pattern>/nuxeo/Annotations.*</pattern>
        </filterConfig>
  • <filterConfig name="GWTAnnotationsTransactional" synchonize="false" transactional="true">
          <pattern>/nuxeo/org\.nuxeo\.ecm\.platform\.annotations\.gwt\.AnnotationModule/webConfiguration</pattern>
        </filterConfig>
  • <filterConfig name="GWTAnnotationsFrameTransactional" synchonize="false" transactional="true">
          <pattern>/nuxeo/org\.nuxeo\.ecm\.platform\.annotations\.gwt\.AnnotationFrameModule/webConfiguration</pattern>
        </filterConfig>

XML Source

<extension point="filterConfig" target="org.nuxeo.ecm.platform.web.common.requestcontroller.service.RequestControllerService">
    <filterConfig name="AnnotationsTransactional" synchonize="false" transactional="true">
      <pattern>/nuxeo/Annotations.*</pattern>
    </filterConfig>
    <filterConfig name="GWTAnnotationsTransactional" synchonize="false" transactional="true">
      <pattern>/nuxeo/org\.nuxeo\.ecm\.platform\.annotations\.gwt\.AnnotationModule/webConfiguration</pattern>
    </filterConfig>
    <filterConfig name="GWTAnnotationsFrameTransactional" synchonize="false" transactional="true">
      <pattern>/nuxeo/org\.nuxeo\.ecm\.platform\.annotations\.gwt\.AnnotationFrameModule/webConfiguration</pattern>
    </filterConfig>
  </extension>